home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / admin.fmt / lfschkpt.man < prev    next >
Encoding:
Text File  |  1991-07-17  |  4.9 KB  |  135 lines

  1.  
  2.  
  3.  
  4. LFSCHKPT                  User Commands                  LFSCHKPT
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      lfschkpt - Display or modify the checkpoint fields of an LFS
  12.      file system.
  13.  
  14. SSYYNNOOPPSSIISS
  15.      llffsscchhkkpptt [[_o_p_t_i_o_n_s] _d_e_v_i_c_e_N_a_m_e
  16.  
  17. OOPPTTIIOONNSS
  18.      _d_e_v_i_c_e_N_a_m_e    The device on which the file system should  be
  19.                    created.   The  partition  should  contain  an
  20.                    unmounted LFS file system. WARNING: This  pro-
  21.                    gram should not be run on a running (attached)
  22.                    file system.
  23.  
  24.      --mmaaxxNNuummCCaacchheeBBlloocckkss _N_u_m_C_a_c_h_e_B_l_o_c_k_s
  25.                    _N_u_m_C_a_c_h_e_B_l_o_c_k_s is the maximum number  of  file
  26.                    cache blocks to used during cleaning.
  27.  
  28.      --cchheecckkppooiinnttIInntteerrvvaall _C_h_e_c_k_p_o_i_n_t_I_n_t_e_r_v_a_l
  29.                    _C_h_e_c_k_p_o_i_n_t_I_n_t_e_r_v_a_l is the frequency in seconds
  30.                    to perform checkpoints.
  31.  
  32.      --ddoommaaiinnNNuummbbeerr _D_o_m_a_i_n_N_u_m_b_e_r
  33.                    _D_o_m_a_i_n_N_u_m_b_e_r  is  the  Sprite  domain   number
  34.                    assigned  to  this file system.  A value of -1
  35.                    will caused to system to assign  it  a  number
  36.                    upon the next attach.
  37.  
  38.      --sseerrvveerrIIDD _i_d  _i_d is the Sprite hostname id specified in  the
  39.                    superblock.   This  id  is  used  to  inform a
  40.                    machine of its name at boot time.
  41.  
  42.      --mmaaxxUUttiilliizzaattiioonn _U_t_i_l_i_z_a_t_i_o_n
  43.                    _U_t_i_l_i_z_a_t_i_o_n is the  maximum  fraction  of  the
  44.                    disk space usable by the file system.
  45.  
  46.      --mmaaxxDDeesscc _N_u_m_D_e_s_c
  47.                    _N_u_m_D_e_s_c is the maximum number  of  descriptors
  48.                    available in the file system. A negative value
  49.                    causes mklfs to compute this number  based  on
  50.                    the disk size.
  51.  
  52.      --sseeggAAlliiggnnmmeenntt _A_l_i_g_n_m_e_n_t
  53.                    _A_l_i_g_n_m_e_n_t is the alignment in bytes where  the
  54.                    first segment should start.
  55.  
  56.      --mmiinnNNuummCClleeaann _n_u_m_S_e_g_m_e_n_t_s
  57.                    _n_u_m_S_e_g_m_e_n_t_s is minimum number  of  clean  seg-
  58.                    ments  to  maintain  in  the file system. This
  59.                    number acts as an lower bound as when to start
  60.  
  61.  
  62.  
  63. Sprite v.1.0         Printed:  July 17, 1991                    1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LFSCHKPT                  User Commands                  LFSCHKPT
  71.  
  72.  
  73.  
  74.                    segment cleaning.
  75.  
  76.      --mmiinnFFrreeeeBBlloocckkss _n_u_m_B_l_o_c_k_s
  77.                    _n_u_m_B_l_o_c_k_s is minimum  number  of  free  blocks
  78.                    before  the  system  will  stop allowing block
  79.                    allocate requests.  This  number  decides  the
  80.                    maximum disk space utilization.
  81.  
  82.      --wwaasstteeBBlloocckkss _n_u_m_B_l_o_c_k_s
  83.                    _n_u_m_B_l_o_c_k_s is the number of blocks  the  system
  84.                    will waste while filling in a segment.
  85.  
  86.      --nnuummSSeeggssTTooCClleeaann _n_u_m_S_e_g_m_e_n_t_s
  87.                    _n_u_m_S_e_g_m_e_n_t_s is number of segments the  segment
  88.                    cleaner  will generate This number acts as the
  89.                    threshold under which cleaning is stopped.
  90.  
  91.      --bbootthh         Display both checkpoint regions.
  92.  
  93.      --wwrriittee        Apply requested changes to the disk.
  94.  
  95. _________________________________________________________________
  96.  
  97.  
  98. DDEESSCCRRIIPPTTIIOONN
  99.      LLffsscchhkkpptt displays the LFS superblock and  checkpoint  region
  100.      headers  and allows for the user to specify changes to these
  101.      data structures.  With  no  arguments  specified,  Blfschkpt
  102.      displays  the  data  structures.   The  --wwrriittee option allows
  103.      changes to be made to the disk and should only be  run  when
  104.      the  file  system  is not attached.  The rest of the options
  105.      specify field  names  in  the  LfsSuperBlock  and  LfsCheck-
  106.      PointHdr  data  structures  that  may  be changed.   A field
  107.      value of -2 (the default) means no change.
  108.  
  109. WWAARRNNIINNGG
  110.      LLffsscchhkkpptt does no error checks on changes being made.  It  is
  111.      possible  to  render  the file system unattachable with this
  112.      command.
  113.  
  114. KKEEYYWWOORRDDSS
  115.      filesystem, LFS, sprite
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Sprite v.1.0         Printed:  July 17, 1991                    2
  132.  
  133.  
  134.  
  135.